Use of QLC with Mnesia in Erlang programming.
2883
15-Mar-2016
Tarun Kumar
15-Mar-2016Main features of QLC with Mnesia are as follows:
QLC is used to optimize the query compiler for Mnesia Database. and for making Mnesia DBMS more efficient.
QLC Syntax: [Expression || Qualifier1, Qualifier2, ...]QLC is used like a database programming language for Mnesia and it includes a notation called "list comprehensions" and can be used to make complex database queries over a set of tables.
Expression - it is an Erlang expression (template)
Qualifiers - these are the filters (erlang expressions) or generators (List Expressions)